home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / compress / tar321__.zip / SOURCES.ZIP / ZIPERROR.C < prev    next >
Text File  |  1996-05-11  |  421b  |  16 lines

  1. int ziperror = 0;
  2. char *ziperrlist[] = {
  3.    "uninitialized zip processing",
  4.    "not enough memory",
  5.    "bad magic header",
  6.    "reserved field or compression method",
  7.    "EOF while processing header",
  8.    "EOF while reading zip data",
  9.    "Invalid zip data",
  10.    "More data to process at close",
  11.    "uncompressed size differs from recorded",
  12.    "bad CRC",
  13.    "zip write error",
  14.    "generic/internal error",
  15. };
  16.